removeOnBeaconListener

Unregisters a previously added OnBeaconListener.

After this call, the specified listener will no longer receive beacon proximity events. If the given listener was not previously registered, this method has no effect. Use the same listener instance that was passed to addOnBeaconListener.

Parameters

listener

The non-null OnBeaconListener instance to unregister.

See also

Throws

if listener is null.